/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
  font-family: 方正黑体简体;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.relative {
  position: relative;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-32 {
  height: 8rem;
}

.w-32 {
  width: 8rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.justify-start {
  justify-content: flex-start;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.border-none {
  border-style: none;
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-0 {
  padding-left: 0px;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

/* 头部开始 */

.head_t {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
}
.head_logote{
    font-size: 15px;
    font-weight: 600;
    text-shadow: rgb(0 0 0) 1px 1px 2px;
    text-align:center;
}
.head_t > div {
  margin: auto;
  display: flex;
  max-width: 80%;
  justify-content: space-between;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.head_t span {
  margin-left: 0.25rem;
  margin-right: 0.25rem
}

/* 头部t */

.head_pc {
  position: absolute;
  display: none;
  width: 100%;
  background-color: transparent;
}

.head_pc .logo {
    margin: 0 auto;
}

.mdhead {
    display: block;
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #fff;
    display: flex;
}

.mdhead a {width: 100%;}
.mdhead img {
    width: 40%;
    margin: 0 auto;
    padding: 10px 0;
}
@media (min-width: 768px) {
.mdhead {display:none;}    
  .head_pc {
    display: block;
  }
}

.head_pc > div {
  margin: auto;
  display: flex;
  width: 80%;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.head_pc > div > div {
  padding: 0.5rem;
  z-index: 50
}

.head_pc > div > div img {
  height: 4rem
}

.daohangs {
  position: relative;
  z-index: 40;
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: space-around;
  font-size: 1.3rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity))
}
.daohang > a{ 
    color: #3b82f6;
    -webkit-text-stroke-color: #3b82f6;
    text-shadow: 1px 1px 2px #000;
}

.daohang {
  height: 100%;
  width: 9rem
}

.daohang > a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-around
}

.daohang > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.time {
  position: absolute;
  left: 0px;
  display: block;
  display: flex;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.time > div:first-child {
  width: 33.333333%;
  max-width: 36rem
}

.time > div:last-child {
  display: flex;
  width: 66.666667%;
  flex-direction: column
}

.time > div:last-child h1 {
  width: 100%;
  padding: 1rem;
  padding-top: 4rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity))
}

.time > div:last-child p {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.time > div:last-child ul {
  display: flex;
  width: 80%;
  flex-direction: row;
  padding: 1rem;
  flex-wrap: wrap
}

.time > div:last-child ul li {
  padding-right: 1rem;
  width:33%;
  padding-bottom: 0.5rem;
}

.time > div:last-child ul li:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.daohang > div, .daohang img {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all .4s;
}

.daohang:hover > a {
  color: white;
  background: rgb(59 130 246);
}

.daohang:hover > div, .daohang:hover img {
  visibility: visible !important;
  max-height: 300px;
  opacity: 1;
  width: 800px;
}

.swiper-button {
  width: 70px;
  height: 70px;
  top: calc(50% - 35px);
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 10px;
}

/* 头部pc */

.menu {
  position: fixed;
  top: 0px;
  bottom: 5rem;
  left: 0px;
  z-index: 30;
  height: 100vh;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.menu div {
  padding: 3rem;
  padding-left: 6rem;
  padding-right: 6rem
}

.menu li {
  display: flex;
  flex-direction: column;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity))
}

.menu a:first-child {
  border-bottom-width: 1px;
  padding: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity))
}

.menu a {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700
}

.menu a:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

/* 头部mobile */

/* 头部结束 */

/* 底部开始 */

.hezuo {
  margin-left: auto;
  margin-right: auto;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  padding-top: 3rem
}

.hezuo > div {
  margin: auto;
  max-width: 80rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem
}

@media (min-width: 768px) {
  .hezuo > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.hezuo h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.hezuo p {
  margin-top: 1rem;
  max-width: 28rem;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity))
}

.hezuo a {
  margin-top: 1.5rem;
  display: block;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity))
}

.hezuo a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.hezuo a {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .hezuo a {
    margin-top: 0px;
  }
}

/* 合作 */

footer {
  height: 3.5rem
}

@media (min-width: 768px) {
  footer {
    height: auto;
  }
}

.fo_d {
  margin: auto;
  margin-top: 2.5rem;
  display: none;
  max-width: 80rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

@media (min-width: 768px) {
  .fo_d {
    display: flex;
  }
}

.fo_d1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  width: 25%;
  flex-direction: column;
  justify-content: center;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem
}

.fo_d1 h1 {
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700
}

.fo_d1 div {
  margin-bottom: 0.5rem;
  height: 0.25rem;
  width: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
}

.fo_d1 li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700
}

.fo_d2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  width: 58.333333%;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem
}

.fo_d2_1 {
  width: 33.333333%;
  text-align: center
}

.fo_d2_1 h1 {
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700
}

.fo_d2_1 li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700
}

.fo_d2_2 {
  width: 33.333333%;
  text-align: center
}

.fo_d2_2 h1 {
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700
}

.fo_d2_2 p {
  margin: auto;
  margin-bottom: 0.5rem;
  height: 0.25rem;
  width: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
}

.fo_d2_2 li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700
}

.fo_d3 {
  display: flex;
  width: 16.666667%;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

/* 底部链接 */

.beian {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .beian {
    margin-bottom: 0px;
    display: block;
  }
}

.beian span {
  padding-left: 0.25rem;
  padding-right: 0.25rem
}

/* 备案 */

.shojib {
  position: fixed;
  bottom: 0px;
  z-index: 40;
  display: flex;
  width: 100%;
  flex-direction: row
}

@media (min-width: 768px) {
  .shojib {
    display: none;
  }
}

.menuban {
  display: flex;
  height: 3.5rem;
  width: 20%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.shojib a {
  display: flex;
  height: 3.5rem;
  width: 20%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.shojib a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.shojib a {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}

.shojib a:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.shojib a p {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.shang {
  z-index: 29;
  position: fixed;
  right: 0.5rem;
  bottom: 4rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: space-around;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
}
.hiddens{
    display: none!important;
}
.shang:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.shang {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.shang:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .shang {
    right: 2rem;
  }
}

/* 手机底部 */

/* 底部结束 */

/* 案例开始 */

.case-ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  min-height: 400px;
  justify-content: space-evenly;
  align-items: flex-end;
}

.case-li {
  width: 100%;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.case-li:hover {
  --tw-translate-y: 0px;
}


@media (min-width: 640px) {
  .case-li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .case-li:hover {
    --tw-translate-y: -1rem;
  }
}

@media (min-width: 1280px) {
  .case-li {
    width: 25%;
  }
}

.case-lis {
  flex: 1 1 0%;
  /*box-shadow: 0px 0px 27px 0px rgb(192 192 192 / 16%);
    border-radius: 10px;*/

}

.case-img {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding-bottom: 0.6rem;
    transform: scale(0.9);
    transition: all .5s ease;
}

.case-img:hover {
	transform: scale(0.97);
}

.case-div {
    white-space: nowrap;
  width: 100%;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: rgba(17, 24, 39, var(--tw-text-opacity));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;  
}


.case-p {
  margin-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, 1);
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

/*案例结束*/

/*tit开始*/

.tit {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
  max-width: 80rem;
  padding-top: 3rem;
  padding-bottom: 1rem;
  text-align: center;
}

.tit-h2 {
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.tit-div {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  height: 0.5rem;
  width: 6rem;
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, 1);
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.tit-p {
  margin: auto;
  max-width: 48rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity))
}

/*tit结束*/

.gsjj img {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 700ms;
}

.gsjj:hover img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.crumbs {
  display: flex;
  align-items: center
}

.crumbss {
  max-width: 80rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 auto;
}

.crumbs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.crumbs {
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.crumbs svg {
  flex: none;
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, 1);
  color: rgba(209, 213, 219, var(--tw-text-opacity))
}

.crumbs a:hover {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.crumbs a:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

/* 分页开始 */

.youshi-dl > .paging {
  width: 100%;
}

@media (min-width: 768px) {
  .youshi-dl > .paging {
    width: 50%;
  }
}

.paging {
  position: relative;
  z-index: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.paging > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.paging {
  border-radius: 0.375rem;
}

.youshi-dl > .paging a:first-child {
  width: 100%;
}

@media (min-width: 768px) {
  .youshi-dl > .paging a:first-child {
    width: 50%;
  }
}

.paging a:first-child {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.paging a:first-child:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, 1);
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.paging a:first-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.youshi-dl > .paging a:last-child {
  width: 100%;
}

@media (min-width: 768px) {
  .youshi-dl > .paging a:last-child {
    width: 50%;
  }
}

.paging a:last-child {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.paging a:last-child:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, 1);
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.paging a:last-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.youshi-dl > .paging a {
  width: 100%;
}

@media (min-width: 768px) {
  .youshi-dl > .paging a {
    width: 50%;
  }
}

.paging a {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.paging a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, 1);
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.paging .page-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity));
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  position: relative;
  display: inline-flex;
  align-items: center;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.paging a {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.contact-bar .paging .fdq {
  width: 100%;
  text-align: center
}

@media (min-width: 768px) {
  .contact-bar .paging .fdq {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .contact-bar .paging .fdq {
    text-align: right;
  }
}

.contact-bar .paging .fdq a {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, 1);
  color: rgba(37, 99, 235, var(--tw-text-opacity))
}

.contact-bar .paging .fdq a:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.youshi-dl > .paging .paging .fdq {
  width: 100%;
}

@media (min-width: 768px) {
  .youshi-dl > .paging .paging .fdq {
    width: 50%;
  }
}

.paging .paging .fdq {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.paging .paging .fdq:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, 1);
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.paging .paging .fdq {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.paging .fdq {
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgba(99, 102, 241, 1);
  border-color: rgba(99, 102, 241, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, 1);
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.paging .fdq:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 255, 1);
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.paging .fdq {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, 1);
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

/*分页结束*/

/*banners开始*/

.banner {
  width: 100%;
  --tw-bg-opacity: 0.5;
  background-color: rgba(37, 99, 235, 0.5);
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.youshi-dl > .banners {
  width: 100%;
}

@media (min-width: 768px) {
  .youshi-dl > .banners {
    width: 50%;
  }
}

.banners {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 21.875rem;
    padding-top: 3rem;
    padding-bottom: 0rem;
}

.banners img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.youshi-dl > .banners div {
  width: 100%;
}

@media (min-width: 768px) {
  .banners {
    height: 450px;
  }

  .youshi-dl > .banners div {
    width: 50%;
  }
}

.banners div {
  position: relative;
  z-index: 10;
  max-width: 56rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
}

.banners h1 {
  margin-bottom: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-shadow: 1px 1px 2px #000;
}

@media (min-width: 768px) {
  .banners h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.banners h2 {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .banners h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.banners a {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.banners a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, 1);
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.banners a {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.banners a:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/*banners结束*/

/*新闻展示开始*/

.news-li {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.youshi-dl > .news-li .layout {
  width: 100%;
}

@media (min-width: 768px) {
  .youshi-dl > .news-li .layout {
    width: 50%;
  }
}

.news-li .layout {
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .news-li .layout {
    height: 18rem;
    flex-direction: row;
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.youshi-dl > .news-li .img {
  width: 100%;
}

@media (min-width: 768px) {
  .youshi-dl > .news-li .img {
    width: 50%;
  }
}

.news-li .img {
  position: relative;
  z-index: 0;
  order: 1;
  height: 20rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .news-li .img {
    order: 2;
    height: 100%;
    width: 40%;
    border-radius: 0px;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}

.news-li .bg-img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, 1);
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  background-size: cover;
  background-position: bottom;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: center;
  object-position: center
}

.news-li .bg-tit {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0));
  --tw-gradient-to: #111827;
  padding: 1.5rem;
  padding-bottom: 1.5rem
}

@media (min-width: 768px) {
  .news-li .bg-tit {
    display: none;
  }
}

.news-li .bg-tit h3 {
  margin-bottom: 0.5rem;
  width: 100%;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.news-li .bg-tit h4 {
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, 1);
  color: rgba(243, 244, 246, var(--tw-text-opacity))
}

.news-li svg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin-left: -3rem;
  display: none;
  height: 100%;
  width: 6rem;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .news-li svg {
    display: block;
  }
}

.news-li .texts {
  z-index: 10;
  order: 2;
  margin-top: -1.5rem;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center
}

@media (min-width: 768px) {
  .news-li .texts {
    order: 1;
    margin-top: 0px;
    width: 60%;
  }
}

.news-li .texts .texts-div {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 2rem;
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 768px) {
  .news-li .texts .texts-div {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-right: 4rem;
    padding-left: 3.5rem;
    --tw-shadow: 0 0 #0000;
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.news-li .texts h3 {
  display: none;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .news-li .texts h3 {
    display: block;
  }
}

.news-li .texts h4 {
  display: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .news-li .texts h4 {
    display: block;
  }
}

.news-li .texts p {
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity))
}

.news-li .texts a {
  margin-top: 0.75rem;
  display: flex;
  align-items: baseline;
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, 1);
  color: rgba(37, 99, 235, var(--tw-text-opacity))
}

.news-li .texts a:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 58, 138, 1);
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}

/*新闻展示结束*/

/*新闻开始*/

.news {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding: 1rem;
}

.news-a {
  display: flex;
  width: 100%;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(0) translateY(0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.news-a:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.news-a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
}

.news-img {
  display: block;
  height: 8rem;
  width: 40%;
  overflow: hidden;
  border-radius: 0.25rem;
}

@media (min-width: 640px) {
  .news-img {
    height: 10rem;
  }
}

@media (min-width: 768px) {
  .news-img {
    width: 20%;
  }
}

.news-tit {
  margin-left: 0px;
  width: 60%;
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .news-tit {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  .news-tit {
    margin-left: 1rem;
    padding: 1.5rem;
  }
}

.news-p {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.news-h3 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.25rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.25;
}

.news-test {
  width: 100%;
  text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .news-test {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }

  .footer-div {
    display: none;
  }

  .introduce, .contact-bar, .gy-news, .nr-content {
    padding: 48px 15px !important;
  }

  .columns-a {
    margin-bottom: 15px;
  }

  .youshi {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .tit-h2 {
    font-size: 20px;
    padding-top: 10px;
  }

  .concise-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .case-ul, .news {
    padding-bottom: 40px;
  }

  .head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
  }

  .concise-text {
    padding-top: 0px;
  }

  .banner_block {
    padding-top: 54px;
  }

  .tit {
    padding: 0;
    margin-bottom: 0 !important;
  }
}

.hr {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, 1);
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

/* 新闻结束 */

/* 公司链接 */
.gslijies{
    position: relative;
}
.gslijie {
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 600px;
  background-size: cover;
}
.svg_top{
    position: absolute;
    top:-2px;
}
.svg_bottom{
    position: absolute;
    bottom:-2px;
}


.gslijie > div {
  z-index: 10;
  display: flex;
  width: 100%;
  max-width: 80rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  overflow: hidden
}

@media (min-width: 768px) {
  .gslijie > div {
    flex-direction: row;
  }
}

.gslijie > div > a {
  margin: 1rem;
  width: 80%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  padding: 1rem
}

@media (min-width: 768px) {
  .gslijie > div > a {
    width: 33.333333%;
  }
}

.gslijie > div > a > img {
  margin: auto;
  height: 4rem
}
@media (min-width: 768px) {
      .gslijie > div > a > img {
      margin: auto;
      height: 6rem
    }
}
.gslijie > div > a > h1 {
  padding-top: 0.5rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-text-opacity: 0.9
}

.gslijie > div > a > p {
  padding: 0;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-text-opacity: 0.9
}

@media (min-width: 768px) {
    .gslijie > div > a > p {
       padding: 0.5rem;
    }
}
/* 公司链接 */

/* 首页新闻 */

.in_xw {
  display: flex;
  flex-direction: column;
  padding: 0.25rem
}

@media (min-width: 768px) {
  .in_xw {
    flex-direction: row;
  }
}

.in_xw_l {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0.5rem
}

@media (min-width: 768px) {
  .in_xw_l {
    width: 60%;
  }
}

.in_xw_l_s a {
  display: flex;
  height: 12rem;
  flex-direction: column;
  overflow: hidden
}

@media (min-width: 768px) {
  .in_xw_l_s a {
    flex-direction: row;
  }
}

.in_xw_l_s a > img {
  width: 100%;
  border-right-width: 1px
}

@media (min-width: 768px) {
  .in_xw_l_s a > img {
    width: 16rem;
  }
}

.in_xw_l_s a > p {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .in_xw_l_s a > p {
    display: none;
  }
}

.in_xw_l_d {
  overflow: hidden;
  padding: 0.5rem
}

.in_xw_l_d p {
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem
}

.in_xw_l_d span {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem
}

.in_xw_l_d div {
  margin-top: 2rem;
  margin-left: 1rem;
  width: 6rem;
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
  padding: 0.25rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.in_xw_l_d2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-width: 4px;
  border-style: dashed;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.in_xw_l_d2 a {
  display: flex;
  flex-direction: row
}

.in_xw_l_d2 img {
  width: 8rem;
  border-right-width: 1px;
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

.in_xw_l_d2 div {
  overflow: hidden;
  padding: 0.5rem
}

.in_xw_r {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0.5rem
}

@media (min-width: 768px) {
  .in_xw_r {
    width: 40%;
  }
}

.in_xw_r > a {
  position: relative;
  height: 12rem;
  overflow: hidden
}

.in_xw_r > a > p {
  position: absolute;
  bottom: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
  padding: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.in_xw_r_d {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-width: 4px;
  border-style: dashed;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.in_xw_r_d a {
  display: flex;
  flex-direction: row
}

.in_xw_r_d img {
  width: 8rem;
  border-right-width: 1px;
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

.in_xw_r_d div {
  overflow: hidden;
  padding: 0.5rem
}

/* 首页新闻 */

/* 首页公司介绍 */

.in_gsjs {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 0.5rem
}

@media (min-width: 1024px) {
  .in_gsjs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0px;
  }
}

.gsjj {
  position: relative;
  overflow: hidden
}

.gsjj h1 {
  position: absolute;
  width: 70%;
  margin: 10px;
  top: 28%;
  text-align: center;
  right: 0;
  border-radius: 7px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.30;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.gswh{
    position: relative;
    height: 150px;
    width: 70%;
    top: 28%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.30;
    margin: 10px;
    border-radius: 10px;
}
.gwxm{
    position: relative;
    height: 120px;
    width: 70%;
    top: 30%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.30;
    margin: 10px;
    border-radius: 10px;
}
.gsjj p {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  text-overflow: ellipsis;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.30;
  border-radius: 10px;
  padding: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .gsjj p {
    top: 43%;
    width: 70%;
    margin: 10px;
    height: 200px;
    padding: 1rem;
	
  }
}
.gsjj p {
text-align: justify;
}
.gswh div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center
}

.gswh h1 {
  padding: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.gswh p {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .gswh h1 {
    padding: 0.5rem;
  }
}

.gwxm {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.gwxm a {
  position: relative;
}

.gwxm img {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.gwxm img:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.gwxm img {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 700ms;
}

.gwxm div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.5rem
}

.gwxm p {
  border-width: 1px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.gwxm i {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .gwxm i {
    font-size: 3rem;
    line-height: 1;
  }
}
/* !首页公司介绍 */

/* 联系我们 */

.lxwms {
  width: 100%
}

@media (min-width: 640px) {
  .lxwms {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .lxwms {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .lxwms {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .lxwms {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .lxwms {
    max-width: 1536px;
  }
}

.lxwms {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 2.5rem;
}

.lxwms > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  border-width: 4px;
  border-style: none;
  --tw-border-opacity: 1;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

@media (min-width: 768px) {
  .lxwms > div {
    border-style: dashed;
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.lxwms_l {
  width: 100%;
  padding: 1rem;
  padding-right: 0px;
  padding-left: 0px
}

@media (min-width: 768px) {
  .lxwms_l {
    width: 66.666667%;
    padding-right: 2rem;
  }
}

.fk_lxwms_l {
  width: 100%;
  padding: 1rem;
  padding-right: 0px;
  padding-left: 0px
}

@media (min-width: 768px) {
  .fk_lxwms_l {
    width: 66.666667%;
    padding-right: 2rem;
  }
}

.fk_lxwms_l fieldset {
  margin-bottom: 1rem
}

.fk_lxwms_l fieldset label {
  display: block;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem
}

.fk_lxwms_l fieldset label > div {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
  vertical-align: inherit;
}

.fk_lxwms_l fieldset input {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.fk_lxwms_l fieldset textarea {
  display: block;
  height: 8rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.fk_lxwms_l fieldset span {
  padding-left: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(248, 113, 113, var(--tw-text-opacity))
}

.submits {
    width: 150px;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    text-align: center;
}

.fk_lxwms_r {
  margin-top: 3rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
  padding: 0.5rem;
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width: 768px) {
  .fk_lxwms_r {
    width: 33.333333%;
  }
}

.fk_lxwms_r > div {
  overflow: hidden;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.fk_lxwms_r > div h1 {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700
}

.fk_lxwms_r > div p {
  margin-bottom: 0.25rem;
  font-weight: 600
}

.fk_lxwms_r > div i {
  margin-right: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem
}

/* ！联系我们 */

/* 产品展示 */

.cpzs {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center
}

.cpzs h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity))
}

.cpzs div {
  margin-top: 1.5rem;
  display: grid;
  gap: 2rem
}

@media (min-width: 768px) {
  .cpzs div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .cpzs div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.cpzs img {
  height: 16rem;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.cpzs h3 {
  margin-top: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity))
}

/* ！产品展示 */

/* 公司简介项目资质 */

.gsxm {
  width: 100%
}

@media (min-width: 640px) {
  .gsxm {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .gsxm {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .gsxm {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .gsxm {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .gsxm {
    max-width: 1536px;
  }
}

.gsxm {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  align-items: flex-start;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .gsxm {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.gsxm > div {
  margin-bottom: 3rem;
  width: 100%
}

.gsxm > div img {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
}
/* ！公司简介项目资质 */

/* 产品内容 */

.cpnr_tit {
  width: 100%
}

@media (min-width: 640px) {
  .cpnr_tit {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .cpnr_tit {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .cpnr_tit {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .cpnr_tit {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .cpnr_tit {
    max-width: 1536px;
  }
}

.cpnr_tit {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
}

.cpnr_tit h1 {
  padding: 0.5rem;
  padding-top: 1.5rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity))
}

.cpnr_nr {
  width: 100%
}

@media (min-width: 640px) {
  .cpnr_nr {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .cpnr_nr {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .cpnr_nr {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .cpnr_nr {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .cpnr_nr {
    max-width: 1536px;
  }
}

.cpnr_nr {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  align-items: flex-start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .cpnr_nr {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.cpnr_nr > div {
  margin: auto;
  margin-bottom: 3rem;
  width: 100%;
  overflow: hidden;
  border-width: 4px;
  border-style: double;
  padding: 1.5rem;
  line-height: 2.5rem
}

@media (min-width: 768px) {
  .cpnr_nr > div {
    margin-right: 2rem;
  }
}

.fanye {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.fanye i {
  padding: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity))
}

/* ！产品内容 */

/* 新闻内容 */

.xwnr_tit {
  width: 100%
}

@media (min-width: 640px) {
  .xwnr_tit {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .xwnr_tit {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .xwnr_tit {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .xwnr_tit {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .xwnr_tit {
    max-width: 1536px;
  }
}

.xwnr_tit {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  align-items: flex-start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .xwnr_tit {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.xwnr_tit h1 {
  padding: 0.5rem;
  padding-top: 1.5rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity))
}

.xwnr_tit p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem
}

.xwnr_tit span {
  padding: 0.5rem
}

.xwnr_tit_l {
  margin: auto;
  width: 100%;
  overflow: hidden
}

.xwnr_tit_r {
  width: 100%
}

@media (min-width: 768px) {
  .xwnr_tit_r {
    width: 16rem;
  }
}

.xwnr_nr {
  width: 100%
}

@media (min-width: 640px) {
  .xwnr_nr {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .xwnr_nr {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .xwnr_nr {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .xwnr_nr {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .xwnr_nr {
    max-width: 1536px;
  }
}

.xwnr_nr {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  align-items: flex-start;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .xwnr_nr {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.xwnr_nr_l {
  margin: auto;
  margin-bottom: 3rem;
  width: 100%;
  overflow: hidden;
  border-width: 4px;
  border-style: double;
  padding: 1.5rem
}

@media (min-width: 768px) {
  .xwnr_nr_l {
    margin-right: 2rem;
  }
}

.xwnr_nr_r {
  width: 100%
}

@media (min-width: 768px) {
  .xwnr_nr_r {
    width: 16rem;
  }
}

.xwnr_nr_r aside {
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.xwnr_nr_r aside h3 {
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity))
}

.xwnr_nr_r aside ul {
  line-height: 1.5
}

.xwnr_nr_r aside a {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.xwnr_nr_r aside li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

.xwnr_nr_r aside li:hover {
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity));
}

/* ！新闻内容 */

/* 关于我们 */

.gywm {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem
}

.gywm_tit {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  max-width: 45rem;
  text-align: center
}

.gywm_tit h2 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  line-height: 1.25
}

@media (min-width: 768px) {
  .gywm_tit h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.gywm_nr {
  width: 100%
}

@media (min-width: 640px) {
  .gywm_nr {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .gywm_nr {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .gywm_nr {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .gywm_nr {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .gywm_nr {
    max-width: 1536px;
  }
}

.gywm_nr {
  margin-left: auto;
  margin-right: auto;
}

.gywm_nr > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

.gywm_img {
  margin-bottom: 3rem;
  width: 100%;
  text-align: right
}

@media (min-width: 1024px) {
  .gywm_img {
    width: 30%;
  }
}

.gywm_img > div {
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.gywm_img > img {
  height: auto;
  width: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover
}

.gywm_tx {
  width: 100%;
  max-width: 42rem;
  font-size: 1rem;
  line-height: 1.8rem;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity))
}

@media (min-width: 1024px) {
  .gywm_tx {
    flex: 1 1 0%;
    padding-left: 3rem;
  }
}

.gywm_tx p {
  margin-bottom: 0.75rem;
  text-align: justify;
  text-indent:2rem;
}

/* 关于 */
.gdszs {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 0.2);
  height: 0px;
  position: relative;
}
.gdszs .shuzi{
   background-color: rgba(255, 255, 255, .4)!important; 
}
.gdszs > div {
    max-width: 100%!important;
    width: 100%!important;
    position: absolute;
    z-index: 30;
    top: -104px;
}
.gdszs .gdsz_sz {
  gap: 0rem!important;
}
.gdszs .shuzi_h2{
    text-shadow:none;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: #000;
    margin-right:25px;
}

.gdszs p{
    text-shadow: 1px 1px 2px #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0rem!important;
    max-width: 100%!important;
    margin: 0 auto!important;
}



.gdsz {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.gdsz > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem
}

.gdsz > .ingdsz {
  margin-left: auto;
  margin-right: auto;
  max-width: 95rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 4rem
    
}
@media (max-width: 1024px) {
    .gdszs {
        height: auto;
    }
    .gdszs > div {
        position: relative;
        top: 0px;
    }
    .gdszs .shuzi{
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }
}
@media (min-width: 768px) {
  .gdsz_tit {
    display: flex;
    justify-content: space-between;
  }
}

.gdsz_tit h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity))
}

.gdsz_tit a {
  margin-top: 1.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgba(67, 56, 202, var(--tw-text-opacity));
  text-decoration: underline
}

@media (min-width: 768px) {
  .gdsz_tit a {
    margin-top: 0px;
  }
}

.gdsz_sz {
  display: grid;
  gap: 2rem
}
.gdsz_szg{
    margin-top: 2rem ;
}

@media (min-width: 768px) {
  .gdsz_sz {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .gdsz_sz {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .gdsz_szs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.shuzi {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}


.shuzi h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity))
}

.shuzi p {
  margin-top: 1rem;
  max-width: 28rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgba(96, 165, 250, var(--tw-text-opacity))
}

/* 数字 */

/* ！关于我们 */

.fanye a:hover {
  color: rgb(96, 165, 250);
}

.content {
  text-align: justify;
}

.content table {
  width: 100%;
}

.content span {
  font-size: 16px !important;
  line-height: 2.5rem !important;
  text-align: justify;
}

.overflow-auto {
  overflow: auto;
}

.li_ne_te {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 640px) {
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:border-dashed {
    border-style: dashed;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
.lbt_tp {
    width: 100%;
}
.lb_al{
    width:95%;
    margin: 0 auto;
    z-index: 5;
    padding-bottom: 40px;
}
@media (min-width: 1024px) {
}

@media (min-width: 1280px) {
}

@media (min-width: 1536px) {
}

@media (max-width: 768px) {
    .menu {z-index:35;}
    .gsjjs{
        height: 300px; 
    }
    .gsjj{
        height: 360px; 
    }
    .gsjj h1 {
        width: 100%;
        margin: 0px; 
        top: 5%;
        background-color: rgba(55, 65, 81, 0.6);
    }
    .gsjj p {
        width: 100%;
        margin: 0px; 
        top: 30%;
        background-color: rgba(55, 65, 81, 0.6);
    }
    .gswh {
        height: 120px;
        width: 100%;
        margin: 0;
        top: 5%;
        background-color: rgba(55, 65, 81, 0.6);
    }
    .gwxm {
        height: 80px;
        top: 12%;
        width: 100%;
        margin: 0;
        background-color: rgba(55, 65, 81, 0.6);
    }
}
.shadow > div:nth-child(7){
    display: none;
}

.lb_al_d{
    width: 100%;
    margin: 0 auto;
    position: relative;
    /*background-color: rgba(23,129,181,0.8);*/
    background-color: #9acdff66;
    /*  background-image: #8eb6dd66;
   background-image: linear-gradient(120deg, rgb(119 188 255) 100% 0%, rgb(255 255 255) 100% 100%);
    background-image: linear-gradient(45deg, #dadee4 25%, transparent 25%, transparent 75%, #dadee4 75%, #dadee4),
linear-gradient(45deg, #DADEE6 25%, transparent 25%, transparent 75%, #dadee4 75%, #dadee4);
    
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;*/
}
.xiantiao1{
    position: absolute;
    width: 300px;
    top: 20%;
    left:-150px
}
.xiantiao2{
    position: absolute;
    width: 300px;
    top: 20%;
    right:-150px
}
@media (max-width:768px) {
    .xiantiao1,.xiantiao2{
        display: none;
    }
.lbt_gd {padding-top: 65px;}    
.map_inner{width:200px;}
}

#maplocation {width: 100%; height: 28rem; } 
.amap-logo,.amap-copyright{ display: none!important; } 
.amap-layer{width:100%;} 
.map_inner{ padding:5px 20px; font-family:方正黑体简体; font-size:16px; line-height:20px; }
.map_inner{width:400px;white-space: break-spaces;WORD-WRAP: break-word;TABLE-LAYOUT: fixed;word-break: break-all;line-height:30px;}
.amap-marker-label{ border:1px solid #ababab } 
.map_inner h3{ margin:0; font-weight:none; color:red; font-size:16px; margin-bottom:2px; padding:0; }